body,
html {
    /* background: url(https://i.imgur.com/mNjcSvH.jpg) no-repeat;
    background-size: 100%; */
    top: 0;
    left: 0;
    color: white;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.transport-app {
    position: fixed;
    top: 10%;
    margin-left: calc(50% - 37.5%);
    width: 75%;
    max-width: 75%;
    height: 0%;
}

#shit-container {
    background: white;
}

body::-webkit-scrollbar {   
    width: 1em; 
}   

/* body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); 
}    */

body::-webkit-scrollbar-thumb {   
    background-color: darkgrey;   
    outline: 1px solid slategrey; 
}